Fix "Installation" for Visual Studio 2010+
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 1 Jul 2014 08:41:41 +0000 (16:41 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 1 Jul 2014 08:41:41 +0000 (16:41 +0800)
commitb238d55645244bd49a9d203f88c3d7d202c12e99
tree4a5c326a9b1ade9f16c39db0d9903daeec197624
parente3f8b8774150ed2125ac8783a08ecb3a285fa322
Fix "Installation" for Visual Studio 2010+

We need to enclose paths containing $(BinDir) with double quotes as it
points to something like c:\foo\gtk+-x.yy.zz, which the copy command on
Windows does not like "+" in paths unless enclosed in quotes.
build/win32/vs10/gtk-install.props